RefTeX can display
cross–referencing information. This means, if two document
locations are linked, RefTeX can display the matching
location(s) in another window. The \label and
\ref macros are one way of establishing such a link.
Also, a \cite macro is linked to the corresponding
\bibitem macro or a BibTeX database entry.
The feature is invoked by pressing C-c &
(reftex-view-crossref) while point is on the
key argument of a macro involved in
cross–referencing. You can also click with
S-mouse-2 on the macro argument. Here is what will
happen for individual classes of macros:
\ref\ref macro are
active for cross–reference display. This works also for
labels defined in an external document when the current
document refers to them through the xr interface
(see xr
(LaTeX package)).\label\label macro but
also other macros with label arguments (as configured with
reftex-label-alist) are active for
cross–reference display.\cite\bibitem.
All usual variants2 of the \cite macro are
active for cross–reference display.\bibitem\index\index and \glossary macros, all
macros configured in reftex-index-macros will be
recognized.While the
display of cross referencing information for the above mentioned
macros is hard–coded, you can configure additional
relations in the variable
reftex-view-crossref-extra.